.TH E1432_RESET_MEASURE 3 E1432
.SH NAME
e1432_reset_measure \- Reset current measure, move E1432s to TESTED 
.IX e1432_reset_measure(3) 3
.SH SYNOPSIS
.cS
SHORTSIZ16 e1432_reset_measure(E1432ID hw, SHORTSIZ16 ID)
.cE
.SH DESCRIPTION

\fIe1432_reset_measure\fR moves the E1432 measurement state machine to
the \fBTESTED\fR state.

This function call is not normally needed because
\fIe1432_init_measure\fR prepares the modules for data gathering.

\fIhw\fR must be the result of a successful call to
\fIe1432_assign_channel_numbers\fR, and specifies the group of
hardware to talk to.

\fIID\fR is either the ID of a group of channels that was obtained
with a call to \fIe1432_create_channel_group\fR, or the ID of a single
channel.  If the measurement involves more than one module, it is
mandatory that a \fIgroup ID\fR be used, rather than a \fIchannel
ID\fR.  Using a group ID guarantees that all modules in the group
move synchronously to the \fBTESTED\fR state.
.SH "RESET VALUE"
Not applicable.
.SH "RETURN VALUE"
Return 0 if successful, a (negative) error number otherwise.
.SH "SEE ALSO"
.na
e1432_init_measure
.ad
